home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh
-
- # LaTeXinfo
- setenv LATEXINFO /afs/cs/project/clisp/hackers/ram/docs/latexinfo
-
- # Add the format files to the list of directories that LaTeX searches.
- if ( $?TEXINPUTS ) then
- setenv TEXINPUTS "$TEXINPUTS"':'"$LATEXINFO/styles"
- else
- setenv TEXINPUTS ".:$LATEXINFO/styles"
- endif
-